home *** CD-ROM | disk | FTP | other *** search
/ Software USA 4 #8 / Software USA Volume 4.08.iso / mac / LifeStyles / ComicBase / ComicBase.sea / ComicBase 3 Mac Demo / ComicBase 3 Demo.rsrc / LENS_134_Comic Issue < prev    next >
Text File  |  1998-02-04  |  19KB  |  418 lines

  1. ItemType: WIND
  2. Rect: 265,234,759,533
  3. Style: Dialog
  4. HasTitleBar: TRUE
  5. HasZoomBox: FALSE
  6. Name: Comic Issue
  7. TextFont: Geneva
  8. TextSize: 9
  9. WhiteColor: -8739,-8739,-8739
  10. Script: --on windowEvent  wdID,wdName,objNo,objName,objValue¬¬Global gIssueWindowID, gWindowPositions, selectedTitle¬¬---------------------¬-- This is window #3¬---------------------¬¬if objValue="Open" then¬  -- Restore old window position¬  put OldWindowPosition(3) into windowRect¬  if windowRect = empty then centerWindow wdName¬  else wsSet wdID,"0","Rect",windowRect¬  ¬  put wdID into gIssueWindowID¬  send setupComicIssue to cd 2¬  wsSet "Comic Issue","0","Name",selectedTitle¬  ¬else if objValue="Close" then ¬  -- save the window position¬  --put "3" & tab & wdName & tab & wsGet(wdID,"0","Rect") into line 3 of gWindowPositions¬end if¬¬--end windowEvent
  11. Params: i5_Visible¬i39_Visible
  12. Result: i9_Text¬i10_Text¬i11_Text¬i12_Text¬i13_Text¬i14_Text¬i15_Text¬i16_Text¬i40_Hilite¬i5_Text¬i43_Text¬i45_Text
  13.  
  14. ItemType: BOX
  15. Rect: 12,8,482,57
  16. TextStyle: Bold
  17. AutoSize: FALSE
  18. BlackColor: 30583,30583,30583
  19. WhiteColor: -26215,-13108,-1
  20. Name: Issue
  21. Fill: White
  22.  
  23. ItemType: BOX
  24. Rect: 162,90,402,145
  25. TextStyle: Bold
  26. WhiteColor: -17477,-17477,-17477
  27. Name: Value History (Near Mint)
  28. Fill: White
  29.  
  30. ItemType: POP
  31. Rect: 28,36,150,49
  32. AutoSize: FALSE
  33. Name: Type
  34. Text: Regular Issue¬-¬3-D Special¬Annual¬Ashcan Preview¬Book¬Collector’s Preview¬Deluxe Set¬Giant-Size Special¬Graphic Novel¬Holiday Special¬Science-Fiction Special¬Special Edition¬Spectacular¬Summer Special¬Swimsuit Special¬TV Special¬Yearbook
  35. Balloon: Choose the type of comic this is here. Most comics are considered regular issues, but some are Annuals, Giant-Sized Specials, or other types of special editions.
  36. Script: --on mouseUp  wdID,wdName,objNo,objName,objValue¬global serialNum¬¬put wsGet(wdID,"IssueNum","Text") into IssueNum¬put wsGet(wdID,"Quantity","Text") into Quantity¬if issueNum ≠ empty and Quantity ≠ empty and (serialNum <> empty) then ¬  wsSet wdID, "Save", "Disabled", "False"¬else wsSet wdID, "Save", "Disabled", "True"¬--end mouseUp¬
  37.  
  38. ItemType: TEXT
  39. Rect: 162,35,208,51
  40. Name: IssueNum
  41. LockText: FALSE
  42. KeyFilter: bOnly1LineNew
  43. Balloon: Enter the issue number here. For instance, Enter “301” for Captain America #301.
  44. Script: --on closeField  wdID,wdName,objNo,objName,objValue¬global serialNum¬¬put wsGet(wdID,"Through","Text") into throughNum¬if throughNum is not a number or objValue is not a number then¬  wsSet wdID,"Through","Text",objValue¬end if¬¬put wsGet(wdID,"IssueNum","Text") into IssueNum¬wsSet wdID,"Through","Text", IssueNum¬¬put wsGet(wdID,"Quantity","Text") into Quantity¬if issueNum ≠ empty and Quantity ≠ empty and (serialNum <> empty) then ¬  wsSet wdID, "Save", "Disabled", "False"¬else wsSet wdID, "Save", "Disabled", "True"¬--end closeField¬
  45.  
  46. ItemType: TEXT
  47. Rect: 218,35,264,51
  48. Name: Through
  49. LockText: FALSE
  50. KeyFilter: bOnly1LineNew
  51. Balloon: Enter the issue number here. For instance, Enter “301” for Captain America #301.
  52. Script: --on closeField  wdID,wdName,objNo,objName,objValue¬global serialNum¬¬put wsGet(wdID,"IssueNum","Text") into IssueNum¬¬if issueNum <> objValue then¬  if objValue is not a number then¬    beep¬    wsSet wdID,objNo,issueNum¬  else if objValue <> trunc(objValue) then¬    beep¬    wsSet wdID,objNo,trunc(objValue)¬  end if¬end if¬¬put wsGet(wdID,"Quantity","Text") into Quantity¬if issueNum ≠ empty and Quantity ≠ empty and (serialNum <> empty) then ¬  wsSet wdID, "Save", "Disabled", "False"¬else wsSet wdID, "Save", "Disabled", "True"¬--end closeField¬
  53.  
  54. ItemType: POP
  55. Rect: 275,36,393,49
  56. AutoSize: FALSE
  57. Name: Variation
  58. Text: None¬-¬Autographed¬Collector’s Set¬Deluxe Edition¬Direct Market Special Edition¬Gold Edition¬Hardcover¬Limited Edition¬Nude Edition¬Platinum Edition¬Silver Edition¬Special Cover¬Variation A¬Variation B¬Variation C¬Variation D¬Variation E¬Variation F¬Variation G¬Variation H¬Variation I¬Variation J¬Variation K¬Variation L¬Variation M
  59. Balloon: Enter the issue variation here. Examples of issue variations are collectors’ sets, gold editions, etc.
  60. Script: --on mouseUp  wdID,wdName,objNo,objName,objValue¬global serialNum¬¬put wsGet(wdID,"IssueNum","Text") into IssueNum¬put wsGet(wdID,"Quantity","Text") into Quantity¬if issueNum ≠ empty and Quantity ≠ empty and (serialNum <> empty) then ¬  wsSet wdID, "Save", "Disabled", "False"¬else wsSet wdID, "Save", "Disabled", "True"¬--end mouseUp¬
  61.  
  62. ItemType: POP
  63. Rect: 401,36,474,49
  64. AutoSize: FALSE
  65. Name: Printing
  66. Text: 1¬2¬3¬4¬5¬6¬7¬8¬9¬-¬Other…
  67. Balloon: Choose the printing number here. Most comics are first printings, but if a comic was very popular, it will occasionally be reprinted a second, third (or in the case of Classics Illustrated, a 24th time)
  68. Script: --on mouseUp  wdID,wdName,objNo,objName,objValue¬global serialNum¬¬if objValue = "Other…" then¬  ask "Printing #:" with "1"¬  if it <> empty then wsSet wdID, objNo,"SelectionText",it¬  else wsSet wdID,objNo,"SelectionText",1¬end if¬¬put wsGet(wdID,"IssueNum","Text") into IssueNum¬put wsGet(wdID,"Quantity","Text") into Quantity¬if issueNum ≠ empty and Quantity ≠ empty and (serialNum <> empty) then ¬  wsSet wdID, "Save", "Disabled", "False"¬else wsSet wdID, "Save", "Disabled", "True"¬--end mouseUp¬
  69.  
  70. ItemType: POP
  71. Rect: 94,67,150,80
  72. AutoSize: FALSE
  73. Name: Condition
  74. Text: M¬NM¬VF¬FN¬VG¬GD¬FA¬P
  75. TitleItem: 35
  76. Balloon: Enter the condition of the issue here. This is a measure of how well-preserved the particular issue is.
  77. Script: --on mouseUp  wdID,wdName,objNo,objName,objValue¬global serialNum,  kBareDecimalFormatString¬¬put GetNum(wsGet(wdID,"ValuePeriod4", "Text"),"US") into basePrice¬¬if wsGet(wdID,"Price","Text") <> empty then¬  wsSet wdID,"Price","Text", numFormat(gradedPrice(objValue,basePrice),kBareDecimalFormatString) ¬end if¬¬put wsGet(wdID,"IssueNum","Text") into IssueNum¬put wsGet(wdID,"Quantity","Text") into Quantity¬if issueNum ≠ empty and Quantity ≠ empty and (serialNum <> empty) then ¬  wsSet wdID, "Save", "Disabled", "False"¬else wsSet wdID, "Save", "Disabled", "True"¬--end mouseUp¬
  78.  
  79. ItemType: TEXT
  80. Rect: 218,64,248,80
  81. Name: Quantity
  82. LockText: FALSE
  83. KeyFilter: Only4Digits
  84. Balloon: Enter the number of copies of this issue you have here.
  85. Script: --on closeField  wdID,wdName,objNo,objName,objValue¬global serialNum¬¬put wsGet(wdID,"IssueNum","Text") into IssueNum¬put wsGet(wdID,"Quantity","Text") into Quantity¬if issueNum ≠ empty and Quantity ≠ empty and (serialNum <> empty) then ¬  wsSet wdID, "Save", "Disabled", "False"¬else wsSet wdID, "Save", "Disabled", "True"¬--end closeField
  86.  
  87. ItemType: TEXT
  88. Rect: 335,64,392,80
  89. Name: CoverPrice
  90. LockText: FALSE
  91. KeyFilter: OnlyNumsIntl
  92. Balloon: This is the price listed on the front cover of this comic. This may be more or less than the price you paid to acquire it.
  93. Script: --on closeField  wdID,wdName,objNo,objName,objValue¬global serialNum, gIssueWindowID¬global kBareDecimalFormatString¬¬put Getnum(objValue,"US") into EnglishCoverPrice¬¬if coverPrice ≠ empty then put numFormat(EnglishCoverPrice,kBareDecimalFormatString) into coverPrice¬put "CoverPrice_Text:" & coverPrice & return into theProps¬¬if wsGet(gIssueWindowID,"PricePaid","Text") = empty then put "PricePaid_Text:" & coverPrice & return after theProps¬if wsGet(gIssueWindowID,"ValuePeriod4","Text") = empty then put "ValuePeriod4_Text:" & coverPrice & return after theProps¬if wsGet(gIssueWindowID,"ValuePeriod3","Text") = empty then put "ValuePeriod3_Text:" & coverPrice & return after theProps¬if wsGet(gIssueWindowID,"ValuePeriod2","Text") = empty then put "ValuePeriod2_Text:" & coverPrice & return after theProps¬if wsGet(gIssueWindowID,"ValuePeriod1","Text") = empty then put "ValuePeriod1_Text:" & coverPrice & return after theProps¬¬if wsGet(gIssueWindowID,"Price","Text") = empty then¬  put "Price_Text:" & Numformat(gradedPrice(wsGet(wdID,"Condition","TextofSelection"),EnglishCoverPrice),kBareDecimalFormatString) & return after theProps¬end if¬¬put wsGet(gIssueWindowID,"IssueNum","Text") into IssueNum¬put wsGet(gIssueWindowID,"Quantity","Text") into Quantity¬put "Save_Disabled:" & ((issueNum = empty) or (quantity = empty) or (serialNum = empty)) & return after theProps ¬¬wsSet gIssueWindowID,"0", "Properties", theProps¬--end closeField¬
  94.  
  95. ItemType: TEXT
  96. Rect: 94,103,151,119
  97. Name: PricePaid
  98. LockText: FALSE
  99. KeyFilter: OnlyNumsIntl
  100. Balloon: This is the price you paid to acquire this issue.
  101. Script: --on closeField  wdID,wdName,objNo,objName,objValue¬global serialNum, gIssueWindowID, kBareDecimalFormatString¬¬put wsGet(gIssueWindowID,"IssueNum","Text") into IssueNum¬put wsGet(gIssueWindowID,"Quantity","Text") into Quantity¬if issueNum ≠ empty and Quantity ≠ empty and (serialNum <> empty) then ¬  wsSet gIssueWindowID, "Save", "Disabled", "False"¬else wsSet gIssueWindowID, "Save", "Disabled", "True"¬¬put GetNum(objValue,"US") into theEnglishNum¬if theEnglishNum ≠ empty then put numFormat(theEnglishNum,kBareDecimalFormatString) into theNum¬wsSet gIssueWindowID,objName,"Text",theNum¬¬--end closeField
  102.  
  103. ItemType: TEXT
  104. Rect: 94,123,151,139
  105. Name: Price
  106. LockText: FALSE
  107. KeyFilter: OnlyNumsIntl
  108. Balloon: This is the price you are willing to sell the comic for. It will appear on price labels and price lists.
  109. Script: --on closeField  wdID,wdName,objNo,objName,objValue¬global serialNum, kBareDecimalFormatString¬¬if wsGet(wdID,"IssueNum","Text") ≠ empty and wsGet(wdID,"Quantity","Text") ≠ empty and (serialNum <> empty) then ¬  wsSet wdID, "Save", "Disabled", "False"¬else wsSet wdID, "Save", "Disabled", "True"¬¬put GetNum(objValue,"US") into theEnglishNum¬if theEnglishNum ≠ empty then put numFormat(theEnglishNum,kBareDecimalFormatString) into theNum¬wsSet wdID,objNo,"Text",theNum¬--end closeField
  110.  
  111. ItemType: TEXT
  112. Rect: 209,103,269,119
  113. Name: ValuePeriod1
  114. LockText: FALSE
  115. KeyFilter: OnlyNumsIntl
  116. Balloon: This is how much the comic was worth in the first period you’ve kept records for.
  117. Script: --on closeField  wdID,wdName,objNo,objName,objValue¬global serialNum, kBareDecimalFormatString¬¬put wsGet(wdID,"IssueNum","Text") into IssueNum¬put wsGet(wdID,"Quantity","Text") into Quantity¬if issueNum ≠ empty and Quantity ≠ empty and (serialNum <> empty) then ¬  wsSet wdID, "Save", "Disabled", "False"¬else wsSet wdID, "Save", "Disabled", "True"¬¬put GetNum(objValue,"US") into theEnglishNum¬if theEnglishNum ≠ empty then put numFormat(theEnglishNum,kBareDecimalFormatString) into theNum¬wsSet wdID,objName,"Text",theNum¬--end closeField
  118.  
  119. ItemType: TEXT
  120. Rect: 332,103,392,119
  121. Name: ValuePeriod2
  122. LockText: FALSE
  123. KeyFilter: OnlyNumsIntl
  124. Balloon: This is how much the comic was worth in the 2nd period you’ve kept records for.
  125. Script: --on closeField  wdID,wdName,objNo,objName,objValue¬global serialNum, kBareDecimalFormatString¬¬put wsGet(wdID,"IssueNum","Text") into IssueNum¬put wsGet(wdID,"Quantity","Text") into Quantity¬if issueNum ≠ empty and Quantity ≠ empty and (serialNum <> empty) then ¬  wsSet wdID, "Save", "Disabled", "False"¬else wsSet wdID, "Save", "Disabled", "True"¬¬put GetNum(objValue,"US") into theEnglishNum¬if theEnglishNum ≠ empty then put numFormat(theEnglishNum,kBareDecimalFormatString) into theNum¬wsSet wdID,objName,"Text",theNum¬--end closeField
  126.  
  127. ItemType: TEXT
  128. Rect: 209,123,269,139
  129. Name: ValuePeriod3
  130. LockText: FALSE
  131. KeyFilter: OnlyNumsIntl
  132. Balloon: This is how much the comic was worth in the 3rd period you’ve kept records for.
  133. Script: --on closeField  wdID,wdName,objNo,objName,objValue¬global serialNum, kBareDecimalFormatString¬¬put wsGet(wdID,"IssueNum","Text") into IssueNum¬put wsGet(wdID,"Quantity","Text") into Quantity¬if issueNum ≠ empty and Quantity ≠ empty and (serialNum <> empty) then ¬  wsSet wdID, "Save", "Disabled", "False"¬else wsSet wdID, "Save", "Disabled", "True"¬¬put GetNum(objValue,"US") into theEnglishNum¬if theEnglishNum ≠ empty then put numFormat(theEnglishNum,kBareDecimalFormatString) into theNum¬wsSet wdID,objName,"Text",theNum¬--end closeField
  134.  
  135. ItemType: TEXT
  136. Rect: 332,123,392,139
  137. Name: ValuePeriod4
  138. LockText: FALSE
  139. KeyFilter: OnlyNumsIntl
  140. Balloon: This is how much the comic was worth in the 4th period you’ve kept records for.
  141. Script: --on closeField  wdID,wdName,objNo,objName,objValue¬global serialNum, kBareDecimalFormatString¬¬put wsGet(wdID,"IssueNum","Text") into IssueNum¬put wsGet(wdID,"Quantity","Text") into Quantity¬if issueNum ≠ empty and Quantity ≠ empty and (serialNum <> empty) then ¬  wsSet wdID, "Save", "Disabled", "False"¬else wsSet wdID, "Save", "Disabled", "True"¬¬put GetNum(objValue,"US") into theEnglishNum¬if theEnglishNum ≠ empty then put numFormat(theEnglishNum,kBareDecimalFormatString) into theNum¬wsSet wdID,objName,"Text",theNum¬--end closeField
  142.  
  143. ItemType: TEXT
  144. Rect: 11,162,241,226
  145. Name: Notes
  146. LockText: FALSE
  147. Scrolling: TRUE
  148. Balloon: Enter any notes you’d like for this issue here. For instance, you could note the artist, writer, special events in the story, etc. Certain events such as origins are noted so that they can be easily found using the “Find Comics” command.
  149. Script: --on closeField  wdID,wdName,objNo,objName,objValue¬global serialNum¬¬put wsGet(wdID,"IssueNum","Text") into IssueNum¬put wsGet(wdID,"Quantity","Text") into Quantity¬if issueNum ≠ empty and Quantity ≠ empty and (serialNum <> empty) then ¬  wsSet wdID, "Save", "Disabled", "False"¬else wsSet wdID, "Save", "Disabled", "True"¬¬--end closeField
  150.  
  151. ItemType: TEXT
  152. Rect: 58,250,110,262
  153. AutoSize: FALSE
  154. Name: LastModified
  155. WhiteColor: -8739,-8739,-8739
  156. Balloon: This is the date that this issue was last updated.
  157.  
  158. ItemType: TEXT
  159. Rect: 208,250,276,262
  160. AutoSize: FALSE
  161. Name: LastPricePrinted
  162. WhiteColor: -8739,-8739,-8739
  163. Balloon: This is the last price that was printed on a price label.
  164.  
  165. ItemType: PUSH
  166. Rect: 15,270,95,290
  167. TextFont: Chicago
  168. TextSize: 12
  169. Name: Remove
  170. AutoClose: TRUE
  171. Balloon: Click here to remove (delete) this issue from the ComicBase.
  172.  
  173. ItemType: PUSH
  174. Rect: 305,270,385,290
  175. TextFont: Chicago
  176. TextSize: 12
  177. Name: Cancel
  178. CancelItem: TRUE
  179. AutoClose: TRUE
  180. Balloon: Click here to cancel any changes you have made to this issue.
  181.  
  182. ItemType: PUSH
  183. Rect: 400,270,480,290
  184. TextFont: Chicago
  185. TextSize: 12
  186. AutoSize: FALSE
  187. Disabled: TRUE
  188. Name: Save
  189. DefaultItem: TRUE
  190. Balloon: Click here to save any new changes you have made to this issue.
  191.  
  192. ItemType: TEXT
  193. Rect: 162,23,206,35
  194. Name: NumberLabel
  195. WhiteColor: -26215,-13108,-1
  196. TextStyle: Bold
  197. TextAlign: Right
  198. Text: Number
  199.  
  200. ItemType: TEXT
  201. Rect: 162,66,217,78
  202. WhiteColor: -8739,-8739,-8739
  203. TextStyle: Bold
  204. TextAlign: Right
  205. Text: Quantity:
  206.  
  207. ItemType: TEXT
  208. Rect: 260,66,334,78
  209. WhiteColor: -8739,-8739,-8739
  210. TextStyle: Bold
  211. TextAlign: Right
  212. Text: Cover Price:
  213.  
  214. ItemType: TEXT
  215. Rect: 57,105,90,117
  216. WhiteColor: -8739,-8739,-8739
  217. TextStyle: Bold
  218. TextAlign: Right
  219. Text: Cost:
  220.  
  221. ItemType: TEXT
  222. Rect: 11,150,50,162
  223. WhiteColor: -8739,-8739,-8739
  224. TextStyle: Bold
  225. TextAlign: Right
  226. Text: Notes:
  227.  
  228. ItemType: TEXT
  229. Rect: 171,105,203,117
  230. WhiteColor: -17477,-17477,-17477
  231. TextStyle: Bold
  232. TextAlign: Right
  233. Text: 1993
  234.  
  235. ItemType: TEXT
  236. Rect: 294,105,326,117
  237. WhiteColor: -17477,-17477,-17477
  238. TextStyle: Bold
  239. TextAlign: Right
  240. Text: 1994
  241.  
  242. ItemType: TEXT
  243. Rect: 171,125,203,137
  244. WhiteColor: -17477,-17477,-17477
  245. TextStyle: Bold
  246. TextAlign: Right
  247. Text: 1996
  248.  
  249. ItemType: TEXT
  250. Rect: 294,125,326,137
  251. WhiteColor: -17477,-17477,-17477
  252. TextStyle: Bold
  253. TextAlign: Right
  254. Text: 1997
  255.  
  256. ItemType: TEXT
  257. Rect: 11,250,57,262
  258. WhiteColor: -8739,-8739,-8739
  259. TextAlign: Right
  260. Text: Modified:
  261.  
  262. ItemType: TEXT
  263. Rect: 117,250,207,262
  264. Name: Last Price Printed:
  265. WhiteColor: -8739,-8739,-8739
  266. TextAlign: Right
  267. Text: Last Price Printed:
  268.  
  269. ItemType: TEXT
  270. Rect: 11,125,90,137
  271. WhiteColor: -8739,-8739,-8739
  272. TextStyle: Bold
  273. TextAlign: Right
  274. Text: Selling Price:
  275.  
  276. ItemType: LBL
  277. Rect: 35,66,94,78
  278. TextStyle: Bold
  279. WhiteColor: -8739,-8739,-8739
  280. Text: Condition:
  281.  
  282. ItemType: TEXT
  283. Rect: 28,23,58,35
  284. Name: TypeLabel
  285. WhiteColor: -26215,-13108,-1
  286. TextStyle: Bold
  287. TextAlign: Right
  288. Text: Type
  289.  
  290. ItemType: TEXT
  291. Rect: 275,23,329,35
  292. Name: VariationLabel
  293. WhiteColor: -26215,-13108,-1
  294. TextStyle: Bold
  295. TextAlign: Right
  296. Text: Variation
  297.  
  298. ItemType: TEXT
  299. Rect: 401,23,449,35
  300. Name: PrintingLabel
  301. WhiteColor: -26215,-13108,-1
  302. TextStyle: Bold
  303. TextAlign: Right
  304. Text: Printing
  305.  
  306. ItemType: TEXT
  307. Rect: 215,23,262,35
  308. Name: ThroughLabel
  309. WhiteColor: -26215,-13108,-1
  310. TextStyle: Bold
  311. TextAlign: Right
  312. Text: Through
  313.  
  314. ItemType: CHK
  315. Rect: 421,240,484,252
  316. Visible: FALSE
  317. Name: Marked
  318. Balloon: Click here to mark this issue as being of special interest. Some reports let you choose to print just the issues that are marked.
  319.  
  320. ItemType: TEXT
  321. Rect: 252,162,482,226
  322. Name: Storylines
  323. LockText: FALSE
  324. Scrolling: TRUE
  325. Balloon: Enter any notes you’d like for this issue here. For instance, you could note the artist, writer, special events in the story, etc. Certain events such as origins are noted so that they can be easily found using the “Find Comics” command.
  326. Script: --on closeField  wdID,wdName,objNo,objName,objValue¬global serialNum¬¬put wsGet(wdID,"IssueNum","Text") into IssueNum¬put wsGet(wdID,"Quantity","Text") into Quantity¬if issueNum ≠ empty and Quantity ≠ empty and (serialNum <> empty) then ¬  wsSet wdID, "Save", "Disabled", "False"¬else wsSet wdID, "Save", "Disabled", "True"¬¬--end closeField
  327.  
  328. ItemType: TEXT
  329. Rect: 252,150,318,162
  330. Name: Storyline:
  331. WhiteColor: -8739,-8739,-8739
  332. TextStyle: Bold
  333. TextAlign: Right
  334. Text: Storylines:
  335.  
  336. ItemType: TEXT
  337. Rect: 56,230,241,246
  338. Name: Writer
  339. LockText: FALSE
  340. KeyFilter: Only1Line
  341. Balloon: This is the writer of the comic. This is also known as the scripter or plotter of the comic. Use commas to separate name of people if you'd like to list two or more people here.
  342.  
  343. ItemType: TEXT
  344. Rect: 11,231,56,243
  345. Name: WriterLabel
  346. WhiteColor: -8739,-8739,-8739
  347. TextStyle: Bold
  348. TextAlign: Right
  349. Text: Writer:
  350.  
  351. ItemType: TEXT
  352. Rect: 295,230,482,246
  353. Name: Artist
  354. LockText: FALSE
  355. KeyFilter: Only1Line
  356. Balloon: This is the name of the artist or artists who worked on this comic. Generally, the penciller is shown, although you may add other artists (inkers, colorists, etc.) as well. Use commas to separate name of people if you'd like to list two or more people here.
  357.  
  358. ItemType: TEXT
  359. Rect: 252,231,295,243
  360. Name: ArtLabel
  361. WhiteColor: -8739,-8739,-8739
  362. TextStyle: Bold
  363. TextAlign: Right
  364. Text: Artist:
  365.  
  366. ItemType: LINE
  367. Rect: 54,12,482,13
  368. Pen: White
  369.  
  370. ItemType: LINE
  371. Rect: 13,57,484,58
  372. Pen: White
  373.  
  374. ItemType: LINE
  375. Rect: 483,12,484,57
  376. Pen: White
  377.  
  378. ItemType: LINE
  379. Rect: 13,12,14,57
  380. Pen: White
  381.  
  382. ItemType: LBL
  383. Rect: 22,5,54,17
  384. TextStyle: Bold
  385. Text: Issue
  386.  
  387. ItemType: LINE
  388. Rect: 13,56,31,57
  389. BlackColor: 30583,30583,30583
  390.  
  391. ItemType: LINE
  392. Rect: 481,12,482,39
  393. BlackColor: 30583,30583,30583
  394.  
  395. ItemType: LINE
  396. Rect: 163,145,402,146
  397. Pen: White
  398.  
  399. ItemType: LINE
  400. Rect: 402,94,403,146
  401. Pen: White
  402.  
  403. ItemType: LINE
  404. Rect: 163,94,164,144
  405. Pen: White
  406.  
  407. ItemType: LINE
  408. Rect: 318,94,401,95
  409. Pen: White
  410.  
  411. ItemType: LINE
  412. Rect: 163,94,167,95
  413. Pen: White
  414.  
  415. ItemType: LBL
  416. Rect: 329,251,482,263
  417. BlackColor: 0,13107,-1
  418. Text: Demo Version: No Save Available